Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead

Fixes #1168.

The `tool.uv.dev-dependencies` field (used in `pyproject.toml`)
is deprecated and will be removed in a future release; use
`dependency-groups.dev` instead
@LecrisUT
Copy link
Collaborator

LGTM, but we need to verify one point, does pip, uv (and maybe hatch) expand the list in scikit-build-core[*] or does it include scikit-build-core build in there? If the former then we are all green, otherwise we need to check what we need to do with this.

@DimitriPapadopoulos DimitriPapadopoulos deleted the dependency-groups branch November 10, 2025 07:23
DimitriPapadopoulos pushed a commit to DimitriPapadopoulos/scikit-build-core that referenced this pull request Nov 15, 2025
I forget what the issue was before, so let's try again. I think it might
be missing support in a few places, but we can install
`dependency-groups` or `uv` if needed.

Close scikit-build#1168, close scikit-build#1169.

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The tool.uv.dev-dependencies field is deprecated

2 participants